home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
PROGRAMM
/
TUTORIAL
/
0222.ZIP
/
-README1.DOC
< prev
next >
Wrap
Text File
|
1985-03-14
|
1KB
|
17 lines
FILENAME COMMENTS
---------------------------------------------------------------------------
COPYFILE.PAS A basic Pascal program that shows how text files are
defined, read, and copied.
DUMPFILE.PAS A more complex Pascal program, which will produce a combined
hexadecimal and ASCII dump of a disk file.
TABSET1 .PAS A very basic Pascal program which shows how the printer can
is accessed, and which sets tabs on an Epson MX-100.
TABSET2 .PAS Another version of the same, which treats the printer as a
binary file rather than a text file.
TIMM .PAS Shows the concept of a Pascal unit.
TIMI .PAS Shows the concept of a Pascal unit.
TIMU .PAS Shows the concept of a Pascal unit.
SCREEN .PAS A short program to illustrate how the ADS type can be used
to get at specific addresses, in this case the memory
block associated with the monochrome display screen.